home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
NeXTSTEP 3.3 CISC
/
NextSTEP 3.3 CISC (Intel x86+Motorola 68k).iso
/
private
/
Drivers
/
i386
/
PS2Keyboard.config
/
French.lproj
/
Inspector.nib
/
data.classes
next >
Wrap
Text File
|
1994-09-23
|
874b
|
60 lines
IODeviceInspector = {
ACTIONS = {
channelOrInterruptPicked:;
rangeDidChange:;
showInfo:;
};
OUTLETS = {
portsBox;
statusTitle;
memoryController;
dmaMatrix;
memoryBox;
dmaBox;
portsController;
infoPanel;
accessoryHolder;
infoButton;
infoText;
irqBox;
irqMatrix;
inspectionView;
origWindow;
};
SUPERCLASS = Object;
};
FirstResponder = {
ACTIONS = {
};
SUPERCLASS = Object;
};
PS2KeyboardInspector = {
ACTIONS = {
cancelKeyboardSelection:;
doKeyboardSelection:;
keyboardSelected:;
selectKeyboard:;
};
OUTLETS = {
selectText;
selectButton;
cancelButton;
keyboardView;
keyboardBox;
keyboardAccessory;
okButton;
keyboardPanel;
keyboardBrowser;
keyboardName;
};
SUPERCLASS = IODeviceInspector;
};
KeyboardView = {
ACTIONS = {
};
OUTLETS = {
delegate;
};
SUPERCLASS = View;
};